
@charset "utf-8";
/*----------------公共部分----------------*/
html{overflow-x:hidden; overflow-y:auto;}
body{ background-repeat:no-repeat; background-position:left top; position:relative;overflow-x: hidden;}
body, li, ul, ol, dl, dt, dd, form, input, textarea, h1, h2, h3, h4, h5, h6, p,select{ margin: 0px; padding: 0px; list-style-type:none; font-size: 12px; font:12px/1.5 tahoma,arial,"Microsoft YaHei";outline: 0 none; color:#333;}
em,i{font-style:normal;}
a{color:#333;}
a{text-decoration:none;}
*{margin:0px; padding:0px;outline: none !important;}
img {-ms-interpolation-mode:bicubic; border:none;}
.view{z-index: 1;}
.horizontal .view{position:relative; float:left;}
.vertical .view{position:relative;}
.view_contents{position:relative; width:100%; margin:0 auto; padding:0; z-index:10; height:100%; overflow: hidden;}
.layout{ position: relative; width: 100%; margin: 0px auto; padding: 0px; z-index: 1;}
.layout > .view_contents{ /*overflow: visible;*/ cursor:default;}
/*流布局*/
.flow .view_contents > .view{float: left;}
.clear { clear: both; }
/*苹果去除样式*/
select,input[type='button'],input[type="reset"],input[type='submit'],input[type='text'],input[type="password"],input[name='query'],input[name='d']{-webkit-appearance: none; border-radius:0px}
input:focus{ -webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-user-modify:read-write-plaintext-only;}

/*模块分页*/
.page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.page_btn a{display: inline-block; color: #333; box-sizing: border-box; margin: 0 5px; width: 24px; height: 24px; line-height: 24px; border: 1px solid #ccc; font-family: 'microsoft YaHei';}
.page_btn a.cur,.page_btn a:hover{border:1px solid #4c4c4c;}
.prev_btn,.next_btn{font-family: '黑体' !important; border: 0 !important;}
.no_page{border: 0 !important;}
@media screen and (max-width:768px){
/*分页*/
.page_btn a:nth-child(n+5){display: none;}
.page_btn a:nth-last-child(1),.page_btn a:nth-last-child(2),.page_btn a:nth-last-child(3){display: inline-block !important;}
}

/*图片放大样式*/
.imgBox{position: fixed; z-index: 9999; background-color: rgba(0, 0, 0, 0.4); top: 0; left: 0; width: 100%; height: 100%;}
.imgBox img{ position: absolute; width: auto; max-width: 80%; /*max-height: 65%;*/ border: 20px solid #fff;top: 40%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); box-shadow: 0 0 10px rgba(0,0,0,.3);}
.imgBox.scroll{overflow-y:scroll;overflow-x:hidden;}
.imgBox.scroll::-webkit-scrollbar {width: 6px; height: 6px; background: rgba(0,0,0,.05);}
.imgBox.scroll::-webkit-scrollbar{width: 6px; height: 6px; background: rgba(0,0,0,.02);}
.imgBox.scroll::-webkit-scrollbar-button{background: #f7f7f7; height: 0;}
.imgBox.scroll::-webkit-scrollbar-corner{background: rgba(0,0,0,.05);}
.imgBox.scroll::-webkit-scrollbar-thumb{background: rgba(255,255,255,.7); border-radius: 3px;}

.imgBox.scroll img{top:5%; margin-bottom: 5%; transform: translate(-50%,0%); -webkit-transform: translate(-50%,0%); -moz-transform: translate(-50%,0%); -o-transform: translate(-50%,0%);}
.pos_fixed{position: fixed; width: 100%;}
.imageButton{position: fixed; bottom: 15%; left: 50%; 
	-webkit-transform: translateX(-50%); 
	-moz-transform: translateX(-50%); 
	-ms-transform: translateX(-50%); 
	-o-transform: translateX(-50%); 
	transform: translateX(-50%); 
}
.imageButton span{display: inline-block; cursor:pointer; box-shadow: 0 0 6px rgba(0,0,0,.2);
	-webkit-transition: all ease .2s; 
	-moz-transition: all ease .2s; 
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s; 
	transition: all ease .2s; 
}
.imageButton span:hover{opacity: .8;}
.imageButton span.closeShowPic{ font-size: 40px; border-radius: 100%;font-family: serif; line-height: 1; background-color: #fff; padding: .2em; text-align: center;}
@media screen and (max-width: 768px){/*mobi*/
	.imgBox img{border-width: 10px;}
	.imgBox.scroll img{top:5%; margin-bottom: 10vh;}
}

    .jurisdiction_mask{
        top: 0;
        left: 0;
        position: fixed;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0,0.5);
        z-index: 2147483647;
		display:none;
    }
    .jurisdiction_tips{
        width: 400px;
        background: #ffffff;
        position: absolute;
        left: 50%;
        top: 45%;
        -ms-transform:translate(-50%,-50%);
        -webkit-transform:translate(-50%,-50%);
        -o-transform:translate(-50%,-50%);
        -moz-transform:translate(-50%,-50%);
        transform:translate(-50%,-50%);
        padding: 23px 20px;
        box-sizing: border-box;
        text-align: center;
    }
    .jurisdiction_tips img{
        display: block;
        margin: 0 auto;
    }
    .jurisdiction_tips h3{
        font-size: 18px;
        font-weight: 400;
        line-height: 40px;color: #575757;
        text-align: center;
        margin: 5px 0 0;
    }
    .jurisdiction_tips p{
        color: #999;
        font-size: 16px;
        text-align: center;
        font-weight: 300;
        margin: 0;
    }
    .jurisdiction_tips button{
        color: #fff;
        font-size: 12px;
        padding: 10px 0;
        margin: 10px 3px 0;
        background-color: #aaa;
        cursor: pointer;
        display: inline-block;
        box-sizing: border-box;
        border: none;
        outline: none !important;
        width: 98px;
    }
    .jurisdiction_tips .jurisdiction_login{
        background: #ff0099;
    }
    .jurisdiction_tips button:hover{
        opacity: 0.8;
    }
    .jurisdiction_tips_mobile{
        display: none;
    }
    @media screen and (max-width: 450px){
        .jurisdiction_tips{
            width: 80%;
            padding: 20px 15px;
        }
        .jurisdiction_tips p{
            display: none;
        }
        .jurisdiction_tips .jurisdiction_tips_mobile{
            display: block;
        }
        .jurisdiction_tips img{width: 60px;}
        .jurisdiction_tips h3{font-size: 16px;}
        .jurisdiction_tips p{
            font-size: 14px;
        }
        .jurisdiction_tips button{margin-top: 12px;padding: 8px 0;}
    }

body{ background-position:left top; }



 #image_logo_1527557903404{width:30%;height:52px;position:absolute;top:20px;left:0%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1527557903404{width:249px;}}   @media screen and (max-width:640px) {#image_logo_1527557903404{width:300px;height:31px;top:14.5px;left:1.5625%;}} 

 #dh_style_11_1527558917205{width:66.33333333333333%;z-index:1000;position:absolute;top:20px;left:33.666666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_11_1527558917205{z-index:999;width:604px;left:33.233770718232044%;}}   @media screen and (max-width:640px) {#dh_style_11_1527558917205{width:13.750000000000002%;z-index:999;top:8px;left:86.25%;}} #dh_style_11_1527558917205 > .view_contents{overflow:visible;}  #dh_style_11_1527558917205 .mainMenuSet {border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;margin-right:6px;font-size:16px;} #dh_style_11_1527558917205 #hot>a {background:#029cff;color:#ffffff;} #dh_style_11_1527558917205 .columnSet {font-size:14px;} @media screen and (min-width:641px) and (max-width:1200px) { #dh_style_11_1527558917205 .mainMenuSet {font-size:14px;}} @media screen and (max-width:640px) { #dh_style_11_1527558917205 #hot>a {text-indent:0em;padding-left:12px;}}

 #text_style_01_1527559170587{width:44.5%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:7.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1527559170587{left:0%;width:47.6243093922652%;}}   @media screen and (max-width:640px) {#text_style_01_1527559170587{width:96%;top:34px;left:2%;display:none;}}  #text_style_01_1527559170587>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;color:#ffffff;font-size:14px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1527559170587>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1527559170587>.view_contents {box-sizing:border-box;}}

 #text_style_01_1527577329161{width:23.333333333333332%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:76.66666666666667%;top:7.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1527577329161{width:35.13812154696133%;left:64.83770718232044%;}}   @media screen and (max-width:640px) {#text_style_01_1527577329161{width:96%;top:69px;left:2%;display:none;}}  #text_style_01_1527577329161>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;color:#ffffff;font-size:14px;text-align:right;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1527577329161>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1527577329161>.view_contents {box-sizing:border-box;}}

 #image_style_01_1527579297381{width:3.6666666666666665%;height:24px;position:absolute;top:8px;left:82.83333333333334%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1527579297381{top:9px;left:77.68819060773481%;height:22px;}}   @media screen and (max-width:640px) {#image_style_01_1527579297381{width:44px;height:24px;top:0px;left:43.125%;display:none;}} #image_style_01_1527579297381 > .view_contents{overflow:visible;} 
 #div_a_includeBlock_1527559034636{width:1200px;height:152px;position:absolute;top:0px;left:calc(50% - 600px);z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1527559034636{width:96%;left:2.014846235418876%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1527559034636{width:100%;height:60px;top:0px;left:0%;}} #div_a_includeBlock_1527559034636 > .view_contents{overflow:visible;} 

 #div_blank_1527559104511{width:100%;height:40px;position:absolute;top:0%;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1527559104511{}}   @media screen and (max-width:640px) {#div_blank_1527559104511{width:96%;height:200px;top:186px;left:2%;display:none;}} #div_blank_1527559104511 > .view_contents{overflow:visible;}  #div_blank_1527559104511  {box-sizing:border-box;background:#1a1a1a;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1527559104511  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1527559104511  {box-sizing:border-box;}} #comm_layout_header{height:80px;z-index:9999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:152px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:60px;z-index:11;}} #comm_layout_header > .view_contents{overflow:visible;}  #comm_layout_header  {background:transparent;opacity:1;border-bottom-color:#029cff;border-bottom-style:none;border-bottom-width:0px;} #comm_layout_header>.view_contents {border-bottom-color:#b2b2b2;border-bottom-style:none;border-bottom-width:2px;}
/*----------------------电脑板式样式----------------------*/
#comm_layout_header{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#comm_layout_header{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#comm_layout_header{
		
	}
}


 #banner_style_01_1527583696974{width:100%;height:500px;position:absolute;top:0%;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#banner_style_01_1527583696974{}}   @media screen and (max-width:640px) {#banner_style_01_1527583696974{width:100%;height:127px;top:0px;left:0%;}}  #layout_diy_1522203062{height:500px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_diy_1522203062{height:500px;}}   @media screen and (max-width:640px) {#layout_diy_1522203062{height:127px;}} 



 #image_style_01_1527320727646{width:37.31884057971014%;height:92px;position:absolute;left:31.34057971014493%;top:32px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1527320727646{left:24.932065217391305%;width:49.75845410628019%;height:65px;top:24px;}}   @media screen and (max-width:640px) {#image_style_01_1527320727646{width:104px;height:69px;top:18px;left:15.520833333333334%;}} #image_style_01_1527320727646 > .view_contents{overflow:visible;} 

 #text_style_01_1527320727661{width:60.507246376811594%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:19.746376811594203%;top:140px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1527320727661{left:20.954106280193237%;width:58.454106280193244%;top:100px;}}   @media screen and (max-width:640px) {#text_style_01_1527320727661{width:96%;top:97px;left:2%;}}  #text_style_01_1527320727661>.view_contents {box-sizing:border-box;font-size:18px;font-family:Microsoft YaHei;font-weight:normal;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1527320727661>.view_contents {box-sizing:border-box;font-size:16px;text-align:center;}} @media screen and (max-width:640px) { #text_style_01_1527320727661>.view_contents {box-sizing:border-box;font-size:16px;text-align:center;}}

 #text_style_01_1527320727666{width:77.53623188405797%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:11.231884057971014%;top:178px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1527320727666{left:10.78653381642512%;width:78.74396135265701%;top:134px;}}   @media screen and (max-width:640px) {#text_style_01_1527320727666{width:96%;top:127px;left:2%;}}  #text_style_01_1527320727666>.view_contents {box-sizing:border-box;font-size:14px;font-family:Microsoft YaHei;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1527320727666>.view_contents {box-sizing:border-box;font-size:12px;text-align:center;}} @media screen and (max-width:640px) { #text_style_01_1527320727666>.view_contents {box-sizing:border-box;font-size:12px;text-align:center;}}
 #div_a_includeBlock_1527320727419{width:23%;height:268px;position:absolute;top:70px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1527320727419{left:2%;width:22%;height:197px;top:50px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1527320727419{width:47%;height:186px;top:30px;left:2%;}}  #div_a_includeBlock_1527320727419  {box-shadow:#cccccc 0px 0px 3px ;} #div_a_includeBlock_1527320727419:hover {box-shadow:#666666 0px 0px 5px ;} @media screen and (max-width:640px) { #div_a_includeBlock_1527320727419  {box-shadow:#999999 0px 0px 3px ;}}


 #image_style_01_1527320796307{width:37.31884057971014%;height:92px;position:absolute;left:31.34057971014493%;top:32px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1527320796307{left:24.932065217391305%;width:49.75845410628019%;height:65px;top:24px;}}   @media screen and (max-width:640px) {#image_style_01_1527320796307{width:104px;height:69px;top:18px;left:15.520833333333334%;}} #image_style_01_1527320796307 > .view_contents{overflow:visible;} 

 #text_style_01_1527320796322{width:60.507246376811594%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:19.746376811594203%;top:140px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1527320796322{left:20.954106280193237%;width:58.454106280193244%;top:100px;}}   @media screen and (max-width:640px) {#text_style_01_1527320796322{width:96%;top:97px;left:2%;}}  #text_style_01_1527320796322>.view_contents {box-sizing:border-box;font-size:18px;font-family:Microsoft YaHei;font-weight:normal;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1527320796322>.view_contents {box-sizing:border-box;font-size:16px;text-align:center;}} @media screen and (max-width:640px) { #text_style_01_1527320796322>.view_contents {box-sizing:border-box;font-size:16px;text-align:center;}}

 #text_style_01_1527320796333{width:77.53623188405797%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:11.231884057971014%;top:178px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1527320796333{left:10.78653381642512%;width:78.74396135265701%;top:134px;}}   @media screen and (max-width:640px) {#text_style_01_1527320796333{width:96%;top:127px;left:2%;}}  #text_style_01_1527320796333>.view_contents {box-sizing:border-box;font-size:14px;font-family:Microsoft YaHei;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1527320796333>.view_contents {box-sizing:border-box;font-size:12px;text-align:center;}} @media screen and (max-width:640px) { #text_style_01_1527320796333>.view_contents {box-sizing:border-box;font-size:12px;text-align:center;}}
 #div_a_includeBlock_1527320796113{width:23%;height:268px;position:absolute;top:70px;left:25.666666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1527320796113{width:22%;height:197px;top:50px;left:26.66633527748321%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1527320796113{width:47%;height:186px;top:30px;left:51%;}}  #div_a_includeBlock_1527320796113  {box-shadow:#cccccc 0px 0px 3px ;} #div_a_includeBlock_1527320796113:hover {box-shadow:#666666 0px 0px 5px ;} @media screen and (max-width:640px) { #div_a_includeBlock_1527320796113  {box-shadow:#999999 0px 0px 3px ;}}


 #image_style_01_1527320801189{width:37.31884057971014%;height:92px;position:absolute;left:31.34057971014493%;top:32px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1527320801189{left:24.932065217391305%;width:49.75845410628019%;height:65px;top:24px;}}   @media screen and (max-width:640px) {#image_style_01_1527320801189{width:104px;height:69px;top:18px;left:15.520833333333334%;}} #image_style_01_1527320801189 > .view_contents{overflow:visible;} 

 #text_style_01_1527320801200{width:60.507246376811594%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:19.746376811594203%;top:140px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1527320801200{left:20.954106280193237%;width:58.454106280193244%;top:100px;}}   @media screen and (max-width:640px) {#text_style_01_1527320801200{width:96%;top:97px;left:2%;}}  #text_style_01_1527320801200>.view_contents {box-sizing:border-box;font-size:18px;font-family:Microsoft YaHei;font-weight:normal;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1527320801200>.view_contents {box-sizing:border-box;font-size:16px;text-align:center;}} @media screen and (max-width:640px) { #text_style_01_1527320801200>.view_contents {box-sizing:border-box;font-size:16px;text-align:center;}}

 #text_style_01_1527320801215{width:77.53623188405797%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:11.231884057971014%;top:178px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1527320801215{left:10.78653381642512%;width:78.74396135265701%;top:134px;}}   @media screen and (max-width:640px) {#text_style_01_1527320801215{width:96%;top:127px;left:2%;}}  #text_style_01_1527320801215>.view_contents {box-sizing:border-box;font-size:14px;font-family:Microsoft YaHei;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1527320801215>.view_contents {box-sizing:border-box;font-size:12px;text-align:center;}} @media screen and (max-width:640px) { #text_style_01_1527320801215>.view_contents {box-sizing:border-box;font-size:12px;text-align:center;}}
 #div_a_includeBlock_1527320800994{width:23%;height:268px;position:absolute;top:70px;left:51.33333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1527320800994{width:22%;height:197px;top:50px;left:51.33273683280311%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1527320800994{width:47%;height:186px;top:223px;left:1.9970703125%;}}  #div_a_includeBlock_1527320800994  {box-shadow:#cccccc 0px 0px 3px ;} #div_a_includeBlock_1527320800994:hover {box-shadow:#666666 0px 0px 5px ;} @media screen and (max-width:640px) { #div_a_includeBlock_1527320800994  {box-shadow:#999999 0px 0px 3px ;}}


 #image_style_01_1527320805689{width:37.31884057971014%;height:92px;position:absolute;left:31.34057971014493%;top:32px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1527320805689{left:24.932065217391305%;width:49.75845410628019%;height:65px;top:24px;}}   @media screen and (max-width:640px) {#image_style_01_1527320805689{width:104px;height:69px;top:18px;left:15.520833333333334%;}} #image_style_01_1527320805689 > .view_contents{overflow:visible;} 

 #text_style_01_1527320805698{width:60.507246376811594%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:19.746376811594203%;top:140px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1527320805698{left:20.954106280193237%;width:58.454106280193244%;top:100px;}}   @media screen and (max-width:640px) {#text_style_01_1527320805698{width:96%;top:97px;left:2%;}}  #text_style_01_1527320805698>.view_contents {box-sizing:border-box;font-size:18px;font-family:Microsoft YaHei;font-weight:normal;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1527320805698>.view_contents {box-sizing:border-box;font-size:16px;text-align:center;}} @media screen and (max-width:640px) { #text_style_01_1527320805698>.view_contents {box-sizing:border-box;font-size:16px;text-align:center;}}

 #text_style_01_1527320805703{width:77.53623188405797%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:11.231884057971014%;top:178px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1527320805703{left:10.78653381642512%;width:78.74396135265701%;top:134px;}}   @media screen and (max-width:640px) {#text_style_01_1527320805703{width:96%;top:127px;left:2%;}}  #text_style_01_1527320805703>.view_contents {box-sizing:border-box;font-size:14px;font-family:Microsoft YaHei;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1527320805703>.view_contents {box-sizing:border-box;font-size:12px;text-align:center;}} @media screen and (max-width:640px) { #text_style_01_1527320805703>.view_contents {box-sizing:border-box;font-size:12px;text-align:center;}}
 #div_a_includeBlock_1527320805506{width:23%;height:268px;position:absolute;top:70px;left:77%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1527320805506{width:22%;height:197px;left:75.99913838812301%;top:50px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1527320805506{width:47%;height:186px;top:223px;left:50.99609375000001%;}}  #div_a_includeBlock_1527320805506  {box-shadow:#cccccc 0px 0px 3px ;} #div_a_includeBlock_1527320805506:hover {box-shadow:#666666 0px 0px 5px ;} @media screen and (max-width:640px) { #div_a_includeBlock_1527320805506  {box-shadow:#999999 0px 0px 3px ;}} #layout_1527320727417{height:407px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1527320727417{height:296px;}}   @media screen and (max-width:640px) {#layout_1527320727417{height:439px;}} #layout_1527320727417 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_01_1527319137372{width:51.5%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:70px;left:24.25%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1527319137372{width:47.1898197242842%;left:26.4050901378579%;top:50px;}}   @media screen and (max-width:640px) {#text_style_01_1527319137372{width:96%;top:30px;left:2%;}}  #text_style_01_1527319137372>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;line-height:38px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1527319137372>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1527319137372>.view_contents {box-sizing:border-box;font-size:18px;line-height:20px;}}

 #text_style_01_1527319137384{width:51.5%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:118px;left:24.2%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1527319137384{width:47.1%;left:26.449827677624604%;top:94px;}}   @media screen and (max-width:640px) {#text_style_01_1527319137384{width:96%;top:52px;left:1.9970703125%;}}  #text_style_01_1527319137384>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;line-height:25px;color:#019cff;font-size:20px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1527319137384>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1527319137384>.view_contents {box-sizing:border-box;font-size:12px;line-height:15px;}} #layout_1527319137371{height:212px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1527319137371{height:172px;}}   @media screen and (max-width:640px) {#layout_1527319137371{height:96px;}} #layout_1527319137371 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1527319137371  {background:#f2f2f2;}


 #productList_style_01_1527319235450{width:100%;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_01_1527319235450{width:100%;left:2.014846235418876%;}}   @media screen and (max-width:640px) {#productList_style_01_1527319235450{width:100%;top:0px;left:2%;}} #productList_style_01_1527319235450 > .view_contents{overflow:visible;}  #productList_style_01_1527319235450 .titleSet {font-size:18px;color:#019cff;} #productList_style_01_1527319235450 .detailSet {font-size:14px;} @media screen and (min-width:641px) and (max-width:1200px) { #productList_style_01_1527319235450 .titleSet {font-size:14px;}} @media screen and (min-width:641px) and (max-width:1200px) { #productList_style_01_1527319235450 .detailSet {font-size:12px;}} @media screen and (max-width:640px) { #productList_style_01_1527319235450 .titleSet {font-size:14px;}} @media screen and (max-width:640px) { #productList_style_01_1527319235450 .detailSet {font-size:12px;}} /*#layout_1527319217872{height:770px;}*/   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1527319217872{height:628px;}}   @media screen and (max-width:640px) {} #layout_1527319217872 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1527319217872  {background:#f2f2f2;}


 #customForm_style_button_01_1522208079858{width:15%;position:absolute;top:21px;left:42.5%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_button_01_1522208079858{left:42.52386002120891%;top:10px;}}   @media screen and (max-width:640px) {#customForm_style_button_01_1522208079858{width:37.8125%;top:6px;left:31.093749999999996%;}} #customForm_style_button_01_1522208079858 > .view_contents{overflow:visible;}  #customForm_style_button_01_1522208079858 .btnaSet {line-height:50px;height:50px;border-left-style:none;border-bottom-style:none;border-right-style:none;border-top-style:none;color:#ffffff;background:#019cff;font-size:16px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;} @media screen and (max-width:640px) { #customForm_style_button_01_1522208079858 .btnaSet {line-height:36px;height:36px;font-size:14px;}} @media screen and (min-width:641px) and (max-width:1200px) { #customForm_style_button_01_1522208079858 .btnaSet {font-size:14px;line-height:42px;height:42px;}} #layout_1522208071519{height:140px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1522208071519{height:102px;}}   @media screen and (max-width:640px) {#layout_1522208071519{height:72px;}} #layout_1522208071519 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1522208071519  {background:#f2f2f2;}


 #text_style_01_1527321182347{width:51.5%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:70px;left:44%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1527321182347{width:47.1%;left:42%;top:50px;}}   @media screen and (max-width:640px) {#text_style_01_1527321182347{width:96%;top:52px;left:2%;}}  #text_style_01_1527321182347>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;line-height:25px;color:#019cff;font-size:20px;text-align:left;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1527321182347>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1527321182347>.view_contents {box-sizing:border-box;font-size:12px;line-height:15px;text-align:center;}}

 #text_style_01_1527321197426{width:51.5%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:105px;left:44%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1527321197426{width:47.1898197242842%;left:42%;top:81px;}}   @media screen and (max-width:640px) {#text_style_01_1527321197426{width:96%;top:30px;left:2%;}}  #text_style_01_1527321197426>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;line-height:38px;text-align:left;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1527321197426>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1527321197426>.view_contents {box-sizing:border-box;font-size:18px;line-height:20px;text-align:center;}}


 #text_style_01_1527321477275{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:21px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1527321477275{left:0%;width:100%;top:17px;}}   @media screen and (max-width:640px) {#text_style_01_1527321477275{width:90.66666666666666%;top:20px;left:4.729166666666667%;}}  #text_style_01_1527321477275>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:18px;text-align:center;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1527321477275>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_01_1527321477275>.view_contents {box-sizing:border-box;font-size:14px;}}

 #text_style_01_1527321505115{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:47px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1527321505115{top:40px;left:0%;}}   @media screen and (max-width:640px) {#text_style_01_1527321505115{width:68.66666666666667%;top:42px;left:15.666666666666668%;}}  #text_style_01_1527321505115>.view_contents {box-sizing:border-box;font-family:Verdana;font-size:38px;text-align:center;color:#ffffff;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1527321505115>.view_contents {box-sizing:border-box;font-size:34px;}} @media screen and (max-width:640px) { #text_style_01_1527321505115>.view_contents {box-sizing:border-box;font-size:28px;}}
 #div_a_includeBlock_1527321391090{width:14%;height:131px;position:absolute;top:213px;left:44.0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1527321391090{left:42%;top:169px;height:111px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1527321391090{width:47%;height:100px;top:97px;left:2%;}}  #div_a_includeBlock_1527321391090  {border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:#ffffff;border-right-color:#ffffff;border-bottom-color:#ffffff;border-left-color:#ffffff;}


 #text_style_01_1527323702019{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:21px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1527323702019{left:0%;width:100%;top:17px;}}   @media screen and (max-width:640px) {#text_style_01_1527323702019{width:90.66666666666666%;top:20px;left:4.729166666666667%;}}  #text_style_01_1527323702019>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:18px;text-align:center;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1527323702019>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_01_1527323702019>.view_contents {box-sizing:border-box;font-size:14px;}}

 #text_style_01_1527323702032{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:47px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1527323702032{top:40px;left:0%;}}   @media screen and (max-width:640px) {#text_style_01_1527323702032{width:84.66666666666667%;top:42px;left:15.666666666666668%;}}  #text_style_01_1527323702032>.view_contents {box-sizing:border-box;font-family:Verdana;font-size:38px;text-align:center;color:#ffffff;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1527323702032>.view_contents {box-sizing:border-box;font-size:34px;}} @media screen and (max-width:640px) { #text_style_01_1527323702032>.view_contents {box-sizing:border-box;font-size:28px;}}
 #div_a_includeBlock_1527323701648{width:14%;height:131px;position:absolute;top:213px;left:57.99999999999999%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1527323701648{height:111px;top:169px;left:55.99869653587841%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1527323701648{width:47%;height:100px;top:97px;left:51.0595703125%;}}  #div_a_includeBlock_1527323701648  {border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:#ffffff;border-right-color:#ffffff;border-bottom-color:#ffffff;border-left-color:#ffffff;}


 #text_style_01_1527323707365{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:21px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1527323707365{left:0%;width:100%;top:17px;}}   @media screen and (max-width:640px) {#text_style_01_1527323707365{width:90.66666666666666%;top:20px;left:4.729166666666667%;}}  #text_style_01_1527323707365>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:18px;text-align:center;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1527323707365>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_01_1527323707365>.view_contents {box-sizing:border-box;font-size:14px;}}

 #text_style_01_1527323707386{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:47px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1527323707386{top:40px;left:0%;}}   @media screen and (max-width:640px) {#text_style_01_1527323707386{width:68.66666666666667%;top:42px;left:15.666666666666668%;}}  #text_style_01_1527323707386>.view_contents {box-sizing:border-box;font-family:Verdana;font-size:38px;text-align:center;color:#ffffff;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1527323707386>.view_contents {box-sizing:border-box;font-size:34px;}} @media screen and (max-width:640px) { #text_style_01_1527323707386>.view_contents {box-sizing:border-box;font-size:28px;}}
 #div_a_includeBlock_1527323707007{width:14%;height:131px;position:absolute;top:213px;left:72%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1527323707007{height:111px;top:169px;left:69.99878490632733%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1527323707007{width:47%;height:100px;top:203.5px;left:1.9970703125%;}}  #div_a_includeBlock_1527323707007  {border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:#ffffff;border-right-color:#ffffff;border-bottom-color:#ffffff;border-left-color:#ffffff;}


 #text_style_01_1527323712427{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:21px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1527323712427{left:0%;width:100%;top:17px;}}   @media screen and (max-width:640px) {#text_style_01_1527323712427{width:90.66666666666666%;top:20px;left:4.729166666666667%;}}  #text_style_01_1527323712427>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:18px;text-align:center;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1527323712427>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_01_1527323712427>.view_contents {box-sizing:border-box;font-size:14px;}}

 #text_style_01_1527323712441{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:47px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1527323712441{top:40px;left:0%;}}   @media screen and (max-width:640px) {#text_style_01_1527323712441{width:84.66666666666667%;top:42px;left:15.666666666666668%;}}  #text_style_01_1527323712441>.view_contents {box-sizing:border-box;font-family:Verdana;font-size:38px;text-align:center;color:#ffffff;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1527323712441>.view_contents {box-sizing:border-box;font-size:34px;}} @media screen and (max-width:640px) { #text_style_01_1527323712441>.view_contents {box-sizing:border-box;font-size:28px;}}
 #div_a_includeBlock_1527323712046{width:14%;height:131px;position:absolute;top:213px;left:86%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1527323712046{height:111px;left:83.99887327677624%;top:169px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1527323712046{width:47%;height:100px;top:203.5px;left:51.0595703125%;}}  #div_a_includeBlock_1527323712046  {border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:#ffffff;border-right-color:#ffffff;border-bottom-color:#ffffff;border-left-color:#ffffff;} #layout_1527321020616{height:413px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1527321020616{height:330px;}}   @media screen and (max-width:640px) {#layout_1527321020616{height:333px;}} #layout_1527321020616 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1527321020616  {background: url(../img/upimages/pkgimg/lis/403666x456f.jpg);background-position-x:50%;background-size:auto 100%;}


 #image_style_01_1527501315515{width:471px;height:470px;position:absolute;top:60px;left:calc(100% - 471px);}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1527501315515{left:59.38494167550371%;width:40.61505832449629%;height:435px;top:50px;}}   @media screen and (max-width:640px) {#image_style_01_1527501315515{width:96%;height:307px;top:30px;left:2%;}} #image_style_01_1527501315515 > .view_contents{overflow:visible;} 

 #text_style_01_1527501315554{width:51.5%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:60px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1527501315554{width:47.1898197242842%;left:1.9999337221633087%;top:50px;}}   @media screen and (max-width:640px) {#text_style_01_1527501315554{width:96%;top:367px;left:2%;}}  #text_style_01_1527501315554>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;line-height:38px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1527501315554>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1527501315554>.view_contents {box-sizing:border-box;font-size:17px;line-height:20px;text-align:center;}}

 #text_style_01_1527501315562{width:51.5%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:108px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1527501315562{width:47.1%;left:1.9999337221633087%;top:98px;}}   @media screen and (max-width:640px) {#text_style_01_1527501315562{width:96%;top:390px;left:1.9970703125%;}}  #text_style_01_1527501315562>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;line-height:25px;color:#019cff;font-size:20px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1527501315562>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1527501315562>.view_contents {box-sizing:border-box;font-size:12px;line-height:15px;text-align:center;}}

 #text_style_01_1527501315567{width:51.16666666666667%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:140px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1527501315567{width:53.34040296924708%;left:1.9999337221633087%;top:144px;}}   @media screen and (max-width:640px) {#text_style_01_1527501315567{width:96%;top:400px;left:2%;}}  #text_style_01_1527501315567>.view_contents {box-sizing:border-box;font-size:14px;font-family:Microsoft YaHei;text-indent:2em;color:#78787c;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1527501315567>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1527501315567>.view_contents {box-sizing:border-box;font-size:12px;line-height:25px;}}

 #text_style_01_1527501315572{width:41.66666666666667%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:343px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1527501315572{left:1.9999337221633087%;top:317px;width:47.1%;}}   @media screen and (max-width:640px) {#text_style_01_1527501315572{width:96%;top:670px;left:1.9970703125%;}}  #text_style_01_1527501315572>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#4d4d4d;line-height:20px;background: url(../img/upimages/pkgimg/pkgimg/jiaoyuImg/gou.png);background-repeat:no-repeat;background-size:auto 100%;padding-left:30px;} #text_style_01_1527501315572  {background: url(../img/upimages/pkgimg/icon/20180531150122669.png);background-size:auto;background-repeat:no-repeat;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1527501315572>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1527501315572>.view_contents {box-sizing:border-box;font-size:12px;height:20px;line-height:18px;}}

 #text_style_01_1527501315585{width:39.75%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:421px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1527501315585{width:47.1%;left:1.9999337221633087%;top:389px;}}   @media screen and (max-width:640px) {#text_style_01_1527501315585{width:96%;top:726px;left:1.9970703125%;}}  #text_style_01_1527501315585>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#4d4d4d;line-height:20px;background: url(../img/upimages/pkgimg/pkgimg/jiaoyuImg/gou.png);background-repeat:no-repeat;background-size:auto 100%;padding-left:30px;} #text_style_01_1527501315585  {background: url(../img/upimages/pkgimg/icon/20180531150122669.png);background-repeat:no-repeat;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1527501315585>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1527501315585>.view_contents {box-sizing:border-box;font-size:12px;height:20px;line-height:18px;}}

 #text_style_01_1527501315591{width:37.916666666666664%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:382px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1527501315591{width:47.1%;left:1.9999337221633087%;top:352px;}}   @media screen and (max-width:640px) {#text_style_01_1527501315591{width:96%;top:698px;left:1.9970703125%;}}  #text_style_01_1527501315591>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#4d4d4d;line-height:20px;background: url(../img/upimages/pkgimg/pkgimg/jiaoyuImg/gou.png);background-repeat:no-repeat;background-size:auto 100%;padding-left:30px;} #text_style_01_1527501315591  {background: url(../img/upimages/pkgimg/icon/20180531150122669.png);background-repeat:no-repeat;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1527501315591>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1527501315591>.view_contents {box-sizing:border-box;font-size:12px;height:20px;line-height:18px;}}

 #customForm_style_button_01_1527501315604{width:15%;position:absolute;top:479px;left:0%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_button_01_1527501315604{left:1.9999337221633087%;top:440px;width:172px;}}   @media screen and (max-width:640px) {#customForm_style_button_01_1527501315604{width:49%;top:896px;left:25.46875%;}} #customForm_style_button_01_1527501315604 > .view_contents{overflow:visible;}  #customForm_style_button_01_1527501315604 .btnaSet {line-height:50px;height:50px;border-left-style:none;border-bottom-style:none;border-right-style:none;border-top-style:none;color:#ffffff;background:#029cff;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;} @media screen and (max-width:640px) { #customForm_style_button_01_1527501315604 .btnaSet {line-height:32px;height:32px;font-size:12px;}} @media screen and (min-width:641px) and (max-width:1200px) { #customForm_style_button_01_1527501315604 .btnaSet {line-height:44px;height:44px;}} #layout_1527501315513{height:600px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1527501315513{height:535px;}}   @media screen and (max-width:640px) {#layout_1527501315513{height:938px;}} #layout_1527501315513 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1527501315513  {background:transparent;}


 #text_style_01_1527321666816{width:51.5%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:70px;left:24.25%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1527321666816{width:47.1898197242842%;left:26.4050901378579%;top:50px;}}   @media screen and (max-width:640px) {#text_style_01_1527321666816{width:96%;top:30px;left:2%;}}  #text_style_01_1527321666816>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;line-height:38px;text-align:center;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1527321666816>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1527321666816>.view_contents {box-sizing:border-box;font-size:18px;line-height:20px;}}

 #text_style_01_1527321666828{width:51.5%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:118px;left:24.25%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1527321666828{width:47.1%;left:26.458112407211026%;top:94px;}}   @media screen and (max-width:640px) {#text_style_01_1527321666828{width:96%;top:52px;left:2%;}}  #text_style_01_1527321666828>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;line-height:25px;color:#ffffff;font-size:20px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1527321666828>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1527321666828>.view_contents {box-sizing:border-box;font-size:12px;line-height:15px;}}


 #image_style_01_1527322263479{width:100%;height:276px;position:absolute;left:0%;top:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1527322263479{left:0%;width:100%;height:207px;}}   @media screen and (max-width:640px) {#image_style_01_1527322263479{width:100%;height:150px;top:0px;left:0%;}} #image_style_01_1527322263479 > .view_contents{overflow:visible;} 

 #text_style_01_1527322313953{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:301px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1527322313953{left:9.435386473429952%;width:81.15942028985508%;top:225px;}}   @media screen and (max-width:640px) {#text_style_01_1527322313953{width:84.66666666666667%;top:160px;left:7.708333333333334%;}}  #text_style_01_1527322313953>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:18px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1527322313953>.view_contents {box-sizing:border-box;font-size:17px;}} @media screen and (max-width:640px) { #text_style_01_1527322313953>.view_contents {box-sizing:border-box;font-size:14px;}}

 #text_style_01_1527322332433{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:333px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1527322332433{left:9.420289855072461%;width:81.15942028985508%;top:255px;}}   @media screen and (max-width:640px) {#text_style_01_1527322332433{width:90%;top:185px;left:4.708333333333333%;}}  #text_style_01_1527322332433>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:16px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1527322332433>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_01_1527322332433>.view_contents {box-sizing:border-box;font-size:12px;}}
 #div_a_includeBlock_1527322000271{width:23%;height:386px;position:absolute;top:213px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1527322000271{left:2%;top:170px;width:22%;height:300px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1527322000271{width:47%;height:216px;top:97px;left:2%;}}  #div_a_includeBlock_1527322000271  {background:#ffffff;}


 #image_style_01_1527324302324{width:100%;height:276px;position:absolute;left:0%;top:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1527324302324{left:0%;width:100%;height:207px;}}   @media screen and (max-width:640px) {#image_style_01_1527324302324{width:100%;height:150px;top:0px;left:0%;}} #image_style_01_1527324302324 > .view_contents{overflow:visible;} 

 #text_style_01_1527324302343{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:301px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1527324302343{left:9.435386473429952%;width:81.15942028985508%;top:225px;}}   @media screen and (max-width:640px) {#text_style_01_1527324302343{width:84.66666666666667%;top:160px;left:7.708333333333334%;}}  #text_style_01_1527324302343>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:18px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1527324302343>.view_contents {box-sizing:border-box;font-size:17px;}} @media screen and (max-width:640px) { #text_style_01_1527324302343>.view_contents {box-sizing:border-box;font-size:14px;}}

 #text_style_01_1527324302347{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:333px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1527324302347{left:9.420289855072461%;width:81.15942028985508%;top:255px;}}   @media screen and (max-width:640px) {#text_style_01_1527324302347{width:90%;top:185px;left:4.708333333333333%;}}  #text_style_01_1527324302347>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:16px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1527324302347>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_01_1527324302347>.view_contents {box-sizing:border-box;font-size:12px;}}
 #div_a_includeBlock_1527324301956{width:23%;height:386px;position:absolute;top:213px;left:25.666666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1527324301956{width:22%;height:300px;top:170px;left:26.66633527748321%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1527324301956{width:47%;height:216px;top:97px;left:51%;}}  #div_a_includeBlock_1527324301956  {background:#ffffff;}


 #image_style_01_1527324307507{width:100%;height:276px;position:absolute;left:0%;top:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1527324307507{left:0%;width:100%;height:207px;}}   @media screen and (max-width:640px) {#image_style_01_1527324307507{width:100%;height:150px;top:0px;left:0%;}} #image_style_01_1527324307507 > .view_contents{overflow:visible;} 

 #text_style_01_1527324307522{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:301px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1527324307522{left:9.435386473429952%;width:81.15942028985508%;top:225px;}}   @media screen and (max-width:640px) {#text_style_01_1527324307522{width:84.66666666666667%;top:160px;left:7.708333333333334%;}}  #text_style_01_1527324307522>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:18px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1527324307522>.view_contents {box-sizing:border-box;font-size:17px;}} @media screen and (max-width:640px) { #text_style_01_1527324307522>.view_contents {box-sizing:border-box;font-size:14px;}}

 #text_style_01_1527324307533{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:333px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1527324307533{left:9.420289855072461%;width:81.15942028985508%;top:255px;}}   @media screen and (max-width:640px) {#text_style_01_1527324307533{width:90%;top:185px;left:4.708333333333333%;}}  #text_style_01_1527324307533>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:16px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1527324307533>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_01_1527324307533>.view_contents {box-sizing:border-box;font-size:12px;}}
 #div_a_includeBlock_1527324307185{width:23%;height:386px;position:absolute;top:213px;left:51.33333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1527324307185{width:22%;height:300px;top:170px;left:51.33273683280311%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1527324307185{width:47%;height:216px;top:319px;left:51.37207031249999%;}}  #div_a_includeBlock_1527324307185  {background:#ffffff;}


 #image_style_01_1527324313447{width:100%;height:276px;position:absolute;left:0%;top:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1527324313447{left:0%;width:100%;height:207px;}}   @media screen and (max-width:640px) {#image_style_01_1527324313447{width:100%;height:150px;top:0px;left:0%;}} #image_style_01_1527324313447 > .view_contents{overflow:visible;} 

 #text_style_01_1527324313464{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:301px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1527324313464{left:9.435386473429952%;width:81.15942028985508%;top:225px;}}   @media screen and (max-width:640px) {#text_style_01_1527324313464{width:84.66666666666667%;top:160px;left:7.708333333333334%;}}  #text_style_01_1527324313464>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:18px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1527324313464>.view_contents {box-sizing:border-box;font-size:17px;}} @media screen and (max-width:640px) { #text_style_01_1527324313464>.view_contents {box-sizing:border-box;font-size:14px;}}

 #text_style_01_1527324313468{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:333px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1527324313468{left:9.420289855072461%;width:81.15942028985508%;top:255px;}}   @media screen and (max-width:640px) {#text_style_01_1527324313468{width:90%;top:185px;left:4.708333333333333%;}}  #text_style_01_1527324313468>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:16px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1527324313468>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_01_1527324313468>.view_contents {box-sizing:border-box;font-size:12px;}}
 #div_a_includeBlock_1527324313010{width:23%;height:386px;position:absolute;top:213px;left:77%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1527324313010{width:22%;height:300px;left:75.99913838812301%;top:170px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1527324313010{width:47%;height:216px;top:319px;left:1.9970703125%;}}  #div_a_includeBlock_1527324313010  {background:#ffffff;} #layout_1527321666814{height:510px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1527321666814{height:520px;}}   @media screen and (max-width:640px) {#layout_1527321666814{height:364px;}} #layout_1527321666814 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1527321666814  {background: url(../img/upimages/pkgimg/banner/500704822_banner.jpg);background-size:auto 100%;background-position-x:25%;}


 #text_style_01_1527321711256{width:51.5%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:70px;left:24.25%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1527321711256{width:47.1898197242842%;left:26.4050901378579%;}}   @media screen and (max-width:640px) {#text_style_01_1527321711256{width:96%;top:30px;left:2%;}}  #text_style_01_1527321711256>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;line-height:38px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1527321711256>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1527321711256>.view_contents {box-sizing:border-box;font-size:18px;line-height:20px;}}

 #text_style_01_1527321711270{width:51.5%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:118px;left:24.25%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1527321711270{width:47.1%;left:26.458112407211026%;}}   @media screen and (max-width:640px) {#text_style_01_1527321711270{width:96%;top:52px;left:2%;}}  #text_style_01_1527321711270>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;line-height:25px;color:#019cff;font-size:20px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1527321711270>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1527321711270>.view_contents {box-sizing:border-box;font-size:12px;line-height:15px;}} #layout_1527321711255{height:212px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1527321711255{height:192px;}}   @media screen and (max-width:640px) {#layout_1527321711255{height:96px;}} #layout_1527321711255 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1527321711255  {background:transparent;}


 #newsList_style_04_1527321763114{width:100%;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_04_1527321763114{}}   @media screen and (max-width:640px) {#newsList_style_04_1527321763114{width:96%;top:0px;left:2%;}}  #newsList_style_04_1527321763114 .titleSet {font-size:16px;} #newsList_style_04_1527321763114 .modSet {font-size:14px;} #newsList_style_04_1527321763114 .detailSet {font-size:14px;color:#666666;} #newsList_style_04_1527321763114 .timesSet {padding-left:10px;} #newsList_style_04_1527321763114 .ydSet {color:#666666;} @media screen and (max-width:640px) { #newsList_style_04_1527321763114 .titleSet {font-size:14px;}} @media screen and (max-width:640px) { #newsList_style_04_1527321763114 .detailSet {font-size:12px;}} @media screen and (max-width:640px) { #newsList_style_04_1527321763114 .ydSet {font-size:12px;}} @media screen and (max-width:640px) { #newsList_style_04_1527321763114 .timesSet {font-size:12px;}} @media screen and (min-width:641px) and (max-width:1200px) { #newsList_style_04_1527321763114 .detailSet {font-size:12px;}} @media screen and (min-width:641px) and (max-width:1200px) { #newsList_style_04_1527321763114 .titleSet {font-size:14px;}} #layout_1527320256466{height:356px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1527320256466{height:280px;}}   @media screen and (max-width:640px) {#layout_1527320256466{height:508px;}} #layout_1527320256466 > .view_contents{overflow:visible;max-width:1200px;} 
 #layout_1527321009372{height:39px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1527321009372{height:24px;}}   @media screen and (max-width:640px) {#layout_1527321009372{height:18px;}} #layout_1527321009372 > .view_contents{overflow:visible;max-width:1200px;} 


 #div_blank_1522217001172{width:100%;height:316px;position:absolute;top:0px;left:0%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1522217001172{height:294px;}}   @media screen and (max-width:640px) {#div_blank_1522217001172{width:96%;height:200px;top:18px;left:2%;display:none;}} #div_blank_1522217001172 > .view_contents{overflow:visible;}  #div_blank_1522217001172  {box-sizing:border-box;background:#323232;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1522217001172  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1522217001172  {box-sizing:border-box;}}


 #image_style_01_1522217102409{width:355px;height:43px;position:absolute;top:50px;left:calc(50% - 177.5px);}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522217102409{left:calc(50% - 125.5px);width:251px;z-index:2;height:39px;}}   @media screen and (max-width:640px) {#image_style_01_1522217102409{width:180px;height:43px;top:0px;left:21.875%;}} #image_style_01_1522217102409 > .view_contents{overflow:visible;} 

 #image_style_01_1522217157735{width:30px;height:30px;position:absolute;top:143px;left:8.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522217157735{left:4.41988950276243%;width:30px;top:128px;z-index:2;}}   @media screen and (max-width:640px) {#image_style_01_1522217157735{width:30px;height:30px;top:53px;left:45.3125%;}} #image_style_01_1522217157735 > .view_contents{overflow:visible;} 

 #image_style_01_1522217308456{width:30px;height:30px;position:absolute;top:143px;left:34.75%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522217308456{width:30px;left:31.736878453038674%;top:128px;z-index:2;}}   @media screen and (max-width:640px) {#image_style_01_1522217308456{width:9.900990099009901%;height:30px;top:0px;left:0%;}} #image_style_01_1522217308456 > .view_contents{overflow:visible;} 

 #image_style_01_1522217340400{width:30px;height:30px;position:absolute;top:143px;left:70.91666666666666%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522217340400{width:3.3138918345705197%;top:128px;z-index:2;left:70.95649171270718%;}}   @media screen and (max-width:640px) {#image_style_01_1522217340400{width:9.900990099009901%;height:30px;top:0px;left:0%;}} #image_style_01_1522217340400 > .view_contents{overflow:visible;} 

 #text_style_01_1522217364300{width:21.333333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:148px;left:11.708333333333334%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522217364300{left:8.29592541436464%;width:27.624309392265197%;top:133px;z-index:1;}}   @media screen and (max-width:640px) {#text_style_01_1522217364300{width:370px;top:0px;left:0%;}}  #text_style_01_1522217364300>.view_contents {box-sizing:border-box;color:#ffffff;font-family:Microsoft YaHei;font-size:16px;line-height:20px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522217364300>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_01_1522217364300>.view_contents {box-sizing:border-box;}}

 #text_style_01_1522217415606{width:30.833333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:148px;left:38.166666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522217415606{width:32.928176795580114%;left:35.49205801104973%;top:133px;z-index:2;}}   @media screen and (max-width:640px) {#text_style_01_1522217415606{width:100%;top:0px;left:0%;}}  #text_style_01_1522217415606>.view_contents {box-sizing:border-box;color:#ffffff;font-family:Microsoft YaHei;font-size:16px;line-height:20px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522217415606>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_01_1522217415606>.view_contents {box-sizing:border-box;}}

 #text_style_01_1522217451056{width:21.083333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:148px;left:74.41666666666666%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522217451056{width:24.861878453038674%;top:133px;z-index:2;left:75.1571132596685%;}}   @media screen and (max-width:640px) {#text_style_01_1522217451056{width:100%;top:0px;left:0%;}}  #text_style_01_1522217451056>.view_contents {box-sizing:border-box;color:#ffffff;font-family:Microsoft YaHei;font-size:16px;line-height:20px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522217451056>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_01_1522217451056>.view_contents {box-sizing:border-box;}}

 #div_blank_1522217574108{width:85%;height:2px;position:absolute;top:225px;left:7.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1522217574108{left:5%;width:90%;z-index:2;top:191px;}}   @media screen and (max-width:640px) {#div_blank_1522217574108{width:300px;height:200px;top:0px;left:0.4950495049504937%;}} #div_blank_1522217574108 > .view_contents{overflow:visible;}  #div_blank_1522217574108  {box-sizing:border-box;background:#666666;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1522217574108  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1522217574108  {box-sizing:border-box;}}

 #dh_style_01_1522217760793{width:57.08333333333333%;z-index:999;position:absolute;top:225px;left:21.458333333333332%;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_01_1522217760793{z-index:999;left:17.569060773480658%;width:64.86187845303868%;top:193px;}}   @media screen and (max-width:640px) {#dh_style_01_1522217760793{width:44px;z-index:999;top:0px;left:42.73927392739274%;}} #dh_style_01_1522217760793 > .view_contents{overflow:hidden;}  #dh_style_01_1522217760793 .mainMenuSet {color:#b3b3b3;line-height:90px;height:90px;} #dh_style_01_1522217760793 #hot>a {color:#b3b3b3;} #dh_style_01_1522217760793 .mainMenuSet:hover {color:#b3b3b3;}
/*----------------------电脑板式样式----------------------*/
#dh_style_01_1522217760793 .menuUl_box .mainMenuSet:after{
	content:'|'; color:#b3b3b3; position:absolute; left:100%;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_01_1522217760793{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#dh_style_01_1522217760793{
		
	}
}
 #div_a_includeBlock_1522217073825{width:1200px;height:316px;position:absolute;top:0px;left:7.835558678847505%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1522217073825{width:96%;left:2.014846235418876%;height:286px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1522217073825{width:100%;height:83px;top:18px;left:0%;display:none;}} 

 #text_style_01_1522217951663{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:316px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522217951663{left:calc(50% - 471.5px);top:294px;}}   @media screen and (max-width:640px) {#text_style_01_1522217951663{width:96%;top:10px;left:1.9970703125%;}}  #text_style_01_1522217951663>.view_contents {box-sizing:border-box;color:#ffffff;font-family:Microsoft YaHei;font-size:14px;text-align:center;line-height:40px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522217951663>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1522217951663>.view_contents {box-sizing:border-box;line-height:30px;font-size:12px;}} #comm_layout_footer{height:356px;top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:334px;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:49px;display:block;}} #comm_layout_footer > .view_contents{overflow:hidden;}  #comm_layout_footer  {background:#1a1a1a;}
/*----------------------电脑板式样式----------------------*/
#comm_layout_footer{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#comm_layout_footer{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#comm_layout_footer{
		top:0;
	}
}
.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }

.logoStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.logoStyle>a{overflow: hidden; width: 100%; height: 100%; display: block;}
.logoName{white-space: nowrap;}
/* position: relative;top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); float: right;*/
/*菜单样式*/
.menuStyle_11{width:100%; position:relative;}
.menuStyle_11 *{box-sizing: border-box;}
.menuStyle_11 .miniMenu *,
.menuStyle_11 .menuUl li *{
	-webkit-transition-duration:.2s; -moz-transition-duration:.2s; -o-transition-duration:.2s; transition-duration:.2s;
	-webkit-transition-property:background,height,padding; -moz-transition-property:background,height,padding; -moz-transition-property:background,height,padding; transition-property:background,height,padding;
	-webkit-transition-timing-function:ease-out; -moz-transition-timing-function:ease-out; -o-transition-timing-function:ease-out; transition-timing-function:ease-out;
}
.menuStyle_11 .dflex{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.menuStyle_11 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_11 ul,.menuStyle_11 li{padding:0;margin:0px;list-style:none}
.menuStyle_11 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_11 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_11 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_11 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_11 .menuUl>li{position:relative;}
.menuStyle_11 .menuUl>li>a{position: relative; text-decoration:none;font-size:14px; box-sizing:border-box; display:block;text-align:center; letter-spacing:normal; white-space:nowrap; color: #333; padding: 10px 0; padding: 10px 1em\0;}
.menuStyle_11 .menuUl>li>a:hover{background: rgba(0,0,0,.05);}
.menuStyle_11 .menuUl #hot>a{color: #2d93ff;}
.menuStyle_11 .menuUl>li>a span{display:block; width: 100%; text-align: center; color: rgba(0,0,0,.3); font-size: 12px;}
.menuStyle_11 .menuUl #hot>a span{color:inherit;}
.menuStyle_11 .menuUl>li>a i{position: absolute; right: 10px; top: 50%; -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -moz-transform: translateY(-50%); transform: translateY(-50%);}
.menuStyle_11 .menuLayout .miniMenu{display:none;}
.menuStyle_11 .menuUl02 {position: absolute; left: 50%; opacity: 0; display: none; background: #fff; width: 100%; height: 0; box-shadow: 0 0 8px rgba(0,0,0,0.2); transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0);}
.menuStyle_11 .menuUl>li>#menuLogo{height: 85%;}

.menuStyle_11 .menuUl .rflex:hover .menuUl02{opacity: 1; display: block; height: auto;}
.menuStyle_11 .menuUl.noHover .rflex:hover .menuUl02{display: none;}

.menuStyle_11 .menuUl02 .subMenu02 {position: relative; color: #4d5158; font-size:14px; line-height: 40px; padding: 0 15px;}
.menuStyle_11 .menuUl02 .subMenu02.subCurSet{background: #2f94ff; color: #fff;}
.menuStyle_11 .menuUl02 .subMenu02>a { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;color: inherit; font-size:inherit; line-height: inherit;}
.menuStyle_11 .menuUl02 .subMenu02:hover {background: #2d93ff; color: #fff;}
.menuStyle_11 .menuUl02 .subMenu02>a .fa{float: right; line-height: inherit;}
.menuStyle_11 .menuUl02 .subMenu02:hover .menuUl03{display: block;}
.menuStyle_11 .menuUl03{position: absolute; background: #2f94ff; /*left需要js获取二级的宽*/ top: 0; display: none; box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.22);}
.menuStyle_11 .menuUl03 .subMenu03{color: #fff; padding: 0 15px; line-height: 40px;}
.menuStyle_11 .menuUl03 .subMenu03:hover{background:rgba(0, 0, 0, 0.1);}
.menuStyle_11 .menuUl03 .subMenu03.thrCurSet{background: rgba(0, 0, 0, 0.1);}
.menuStyle_11 .menuUl03 .subMenu03>a{ color: inherit; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.menuStyle_11 .rflex { position: relative;}
.menuStyle_11 .maxWidth{margin: auto;}
.menuStyle_11 .menuUl03 .subMenu03.thrCurSet{background: rgba(0, 0, 0, 0.1);}

.menuStyle_11 .subBox{position: absolute; left: 0; /*top通过JS获取菜单高度*/ width: 100%; background: rgba(238, 238, 238, 0.85); display: none;}
.menuStyle_11 .subBox .subBoxContent{padding: 15px; text-align: left; overflow: hidden;}
.menuStyle_11 .subBox .subBoxContent .subItems{overflow: hidden; display: none;}
.menuStyle_11 .subBox .sublm{float: left; width: calc(100% - 440px); min-height: 10px;}
.menuStyle_11 .subBox .sublm>div{clear: both; overflow: hidden; margin: 8px 0;}
.menuStyle_11 .subBox .subImgsbox{float: left; width: 440px;/*这个宽可被设置*/ height: 160px;}
.menuStyle_11 .subBox .subImgsbox>a{display: block; height: 100%; float: right; width: calc((100% - 20px)/2); margin-left: 20px;}
.menuStyle_11 .subBox .subImgsbox>a:last-child{margin-left: 0;}
.menuStyle_11 .subBox .subImgsbox>a>div.subImg{ position: relative; height: 100%; overflow: hidden; background-repeat: no-repeat; background-size: cover !important;}
.menuStyle_11 .subBox .subImgsbox>a>div.subImg span{position: absolute; bottom: 0; left: 0; width: 100%; display: block; padding: 5px; background: rgba(255,255,255,.8); color: #333; font-size: 12px;}
.menuStyle_11 .subBox p{overflow: hidden; float: left;}
.menuStyle_11 .subBox p:first-child{margin-right: 10px; width: 100px;}
.menuStyle_11 .subBox p:last-child{width: calc(100% - 110px);}
.menuStyle_11 .subBox .subMenu02{font-size: 14px; margin-bottom: 5px; clear: both; color: #333; line-height: 28px;}
.menuStyle_11 .subBox .subMenu02.subCurSet{color: #2d93ff;}
.menuStyle_11 .subBox .subMenu02:hover,
.menuStyle_11 .subBox .subMenu02:active{color: #2d93ff;}
.menuStyle_11 .subBox .subMenu03{float: left; margin: 5px 20px 5px 0; font-size: 12px; color: #666;}
.menuStyle_11 .subBox .subMenu03:hover,
.menuStyle_11 .subBox .subMenu03:active{color: #2d93ff;}
.menuStyle_11 .subBox .subMenu03.thrCurSet{color: #2d93ff;}


@media screen and (max-width:640px) {
.menuStyle_11 .menuUl,
.menuStyle_11 .menuUl_box {display:none;}
.menuStyle_11 .menuScroll{height: calc(100% - 100px); width: 100%;}
.menuStyle_11 .menuScroll>.menuUlCopy{width:100%; height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_11 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_11 .miniMenu .leftBox{height: 100%;}
.menuStyle_11 .miniMenu .leftBox .sidebar{font-size:24px; line-height:44px; font-weight:normal;cursor:pointer;color:#4d5158; position:absolute; top:0; right:0px; width:44px; text-align:center;}
.menuStyle_11 .miniMenu .leftBox .sidebar .fa{font-size: inherit; line-height: inherit; color: inherit;}
.menuStyle_11 .miniMenu .leftBox .nav{width:100%; height:44px; }
.menuStyle_11 .miniMenu.Mslide .leftBox .nav{border-bottom: 1px solid rgba(0,0,0,.05);}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy{padding:0 0 0 30px; clear: both;}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy .menuUlCopy{display: none;} 
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li{width:100%; overflow: hidden; color:#fff; font-size:12px; line-height:44px;}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li a{width:calc(100% - 50px); float: left; display:block; text-align:left;color:inherit; text-decoration:none; font-size:inherit; line-height:inherit; height: inherit; white-space: nowrap;overflow: hidden; text-overflow: ellipsis;border-bottom:1px solid rgba(0,0,0,.2);} 
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li#hot>a{border-bottom: 1px solid #fff;}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li .fa{color: inherit; display: none; font-size: inherit; float: left; width: 50px; text-align: center; line-height: inherit; background: rgba(0, 0, 0, 0.1);}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li .fa:active{background: rgba(0,0,0,.3);}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li.subMenuSet.subCurSet>a,
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li.thrMenuSet.thrCurSet>a{border-bottom: 1px solid #fff;}
.menuStyle_11 .menuLayout .miniMenu.Mslide{height:100% !important; height:100vh !important; background:rgba(23, 25, 29, 0.95); position: fixed; width: 100%; top: 0; left: 0; -webkit-transition: all linear .3s; -moz-transition: all linear .3s; -o-transition: all linear .3s; transition: all linear .3s;}
.menuStyle_11 .menuLayout .miniMenu.Mslide .sidebar{color:#fff; background: rgba(0,0,0,.05);}
.menuStyle_11 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}


@media screen and (min-width:640px) {
	#dh_style_11_1527558917205 .maxWidth{max-width:px;}
	#dh_style_11_1527558917205 .subBox .sublm{width: calc(100% - (px + px) - 20px);} /*20px是两张图片间的间距*/
	#dh_style_11_1527558917205 .subBox .subImgsbox{width: calc((px + px) + 20px); height:px } /*20px是两张图片间的间距*/
	#dh_style_11_1527558917205 .menuUl>li>#menuLogo{
		height: px;
		margin-right: px;
		margin-left: px;
	}
}

	#image_style_01_1527579297381 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1527579297381 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1527579297381 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1527579297381 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

/* banner样式 */

.bannerStyle_1{width:100%; height:100%; position:relative;}
.bannerStyle_1 .main_visual{height:100%; overflow:hidden; position:relative; }

.bannerStyle_1 .main_image{height:100%; overflow:hidden; position:relative; }

/* 圆点 */
.bannerStyle_1 div.flicking_con{position:absolute; bottom:20px; left:0; z-index:999; width:100%; height:14px; text-align:center; }
.bannerStyle_1 div.flicking_con a{width:14px; height:14px; padding:0; background:none; border:1px solid #eee; display:inline-block; box-sizing:border-box; margin:0 3px; border-radius:100%; }
.bannerStyle_1 div.flicking_con a.on{background:#ccc; border:0;}

/* 左右按钮 */
.bannerStyle_1 .btn_prev,.bannerStyle_1 .btn_next{z-index:11111; position:absolute; width:73px; height:74px; top:50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); display:none; }
.bannerStyle_1 .btn_prev{background:url(../img/banner/style_01/hover_left.png) no-repeat left top; left:20px; background-size: 80%;}
.bannerStyle_1 .btn_next{background:url(../img/banner/style_01/hover_right.png) no-repeat right top; right:20px; background-size: 80%;}

/* 遮罩面板 */
.bannerStyle_1 .ground_glass{display:none; position:absolute; top:0; left:0; opacity:0; width:100%; height:100%; z-index:998; background-color:#fff;}

@media screen and  (min-width:326px) and (max-width:767px){
	.bannerStyle_1 div.flicking_con a{width: 9px; height: 9px;}
}

/* 默认 动画效果 */
.bannerStyle_1 .main_image .img-list{width:100%; height:100%; overflow:hidden; position:absolute; top:0; left:0}
.bannerStyle_1 .main_image .img-item{position:absolute; width:100%; height:100%; display:block; top:0;}
.bannerStyle_1 .main_image .img-item span{display:block; width:100%; height:100%; background-size:cover !important;}
.bannerStyle_1 .main_image .img-item a{display:block; width:100%; height:100%; overflow: hidden;}

/* 3D矩形旋转 动画效果 */
.bannerStyle_1.rotate-3d .img-part{
	position: absolute;
	top: 0;
	width: calc(20% + 1px);	/* [注意] 修改为总宽度 / 动画块个数 */
	height: 100%;
	background-color: #fff;
	transition: all .7s;
	/* 设置子元素在3D空间中呈现 */
	transform-style: preserve-3d;
}
.bannerStyle_1.rotate-3d .img-part .img{
	width: 100%;
	height: 100%;
	position: absolute;
	background-size: 500% auto;	/* [注意] 宽度 为 动画块个数 * 100%, 这样图片可以分若干份后始终100%, 如果不需要这样, 可以设置为cover */
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(1){
	transform: rotateX(0deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(2){
	transform: rotateX(-90deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(3){
	transform: rotateX(-180deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(4){
	transform: rotateX(-270deg) translateZ(150px);
}

            #banner_style_01_1527583696974 .bannerStyle_1 .main_image .img-item .img_0{background: url('../img/upimages/pkgimg/banner/500818340_banner.jpg') center top no-repeat;}
                #banner_style_01_1527583696974 .bannerStyle_1 .main_image .img-item .img_1{background: url('../img/upimages/pkgimg/banner/500798283_banner33n.jpg') center top no-repeat;}
                #banner_style_01_1527583696974 .bannerStyle_1 .main_image .img-item .img_2{background: url('../img/upimages/pkgimg/banner/500471018_banner.jpg') center top no-repeat;}
                #banner_style_01_1527583696974 .bannerStyle_1 .ground_glass{}
    
	#image_style_01_1527320727646 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1527320727646 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1527320727646 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
#image_style_01_1527320727646 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

	#image_style_01_1527320796307 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1527320796307 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1527320796307 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
#image_style_01_1527320796307 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

	#image_style_01_1527320801189 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1527320801189 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1527320801189 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
#image_style_01_1527320801189 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

	#image_style_01_1527320805689 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1527320805689 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1527320805689 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
#image_style_01_1527320805689 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
/*产品样式*/
.prod_default{width:100%; clear: both;}
.prod_default *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.prod_default ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.prod_default .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; margin-bottom: 1%;}
.prod_default .relative{position:relative; width:100%; height:auto; overflow:hidden;}
.prod_default .prodImg_box{position:relative; width:100%; overflow: hidden; background: #eee; box-sizing: border-box;}
.prod_default .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.prod_default .prod_img span{position: absolute; left: 35%; top: 35%; right: 35%; bottom: 35%; background: none;}
.prod_default .prod_Item:hover .prod_img{transform: scale(1.05); -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05);}
.prod_default .prod_Item:hover .prod_img span{background: rgba(255,255,255,.25); left: 0; top: 0; right: 0; bottom: 0;}
.prod_default .prod_img img.horizontal{width:100%; height:auto; position: absolute; top: 50%; left:0; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%);}
.prod_default .prod_img img.vertical{width:auto; height:100%; position: absolute; left: 50%; top:0; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%);}
.prod_default .dummy{margin-top:75%}/*控制产品图片显示比例*/
.prod_default .prod_info {overflow: hidden; width: 100%; padding-top: 10px; box-sizing: border-box; }
.prod_default .p_name {margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 14px; color: #333; line-height: 1.4; width: 100%;}
.prod_default .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block;}/*文字两行后自动超出隐藏*/
.prod_default .p_detail { font-size: 12px; color: #666; display: block; margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}/*文字两行后自动超出隐藏*/
.prod_default .p_group { margin-bottom: 5px; display: block; float: left; width:70%; color: #666; font-size: 12px;}
.prod_default .p_group .p_lb{display: none;}
.prod_default .p_line{margin-bottom: 5px; overflow: hidden;; width: 100%;}
.prod_default .p_num { margin-bottom: 5px; display: block; float: right; text-align: right; width: 30%; color: #666; font-size: 12px;}
.prod_default .p_jg{display: none;}
.prod_default .p_price {float: left; line-height: 1; white-space: nowrap;display: block !important; }
.prod_default .p_value {color: #ff002a; font-size:26px;}
.prod_default .zhekou {color: #ff002a; font-size:16px;font-weight: bold;}
.prod_default .unit {color: #ff002a;font-size: 16px;}
.prod_default .p_vip {display: block; float: right; text-align: right; line-height:30px; height: 26px; white-space: nowrap;position: absolute;right:0;}
.prod_default .p_vip .v_jg{color:#666; font-size: 12px;}
.prod_default .v_value {color: #333; font-size: 18px;}
.prod_default .v_unit {color: #333;font-size: 12px;}
.prod_default .pro_button {margin: 10px 0; overflow: hidden;}
.prod_default .p_link { float: left; width: 48%; text-align: center;}
.prod_default .p_link a {display: block; padding: 10px 15px;}
.prod_default .p_cart { text-align: center;}
.prod_default .p_cart a {display: block; padding: 10px 15px; background: #f00; color: #fff;}
.prod_default a{text-decoration:none; }  
.prod_default .p_price2 {clear:both; line-height: 1; white-space: nowrap;font-size:12px !important;color:gray !important;}
.prod_default .p_price2 .p_jg{font-size:14px;color:gray;}
.prod_default .p_price2 .unit{font-size:14px;color:gray;}
.prod_default .p_price2 .p_value{font-size:14px;color:gray;}
.prod_default .p_price2 .p_value{font-size:14px;color:gray;}

/*分页*/
.prod_default .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.prod_default .page_btn a{display: inline-block; color: #333; box-sizing: border-box; margin: 0 5px; width: 24px; height: 24px; line-height: 24px; border: 1px solid #ccc; font-family: 'microsoft YaHei';}
.prod_default .page_btn a.cur,.prod_default .page_btn a:hover{border:1px solid #4c4c4c;}
.prod_default .page_btn a:nth-child(n+12){display: none;}
.prod_default .page_btn a:nth-last-child(1),.prod_default .page_btn a:nth-last-child(2),.prod_default .page_btn a:nth-last-child(3){display: inline-block !important;}
.prod_default .prev_btn,.prod_default .next_btn{font-family: '黑体' !important; border: 0 !important;}
.prod_default .no_page{border: 0 !important;}
.prod_default .page_btn a:nth-child(n+10){display: none;}
.prod_default .p_line p{font-size:16px;line-height:28px;float:left;}

@media screen and (max-width: 640px){
	.prod_default .p_price2 {padding-top: 5px;}
	.prod_default .prod_info{padding: 6px;}
	.prod_default .unit,.prod_default .p_vip .v_jg,.prod_default .v_unit{font-size: 12px;}
	.prod_default .p_vip{height: 18px; line-height: 23px;}
	.prod_default .v_value{font-size: 14px;}
	.prod_default .p_value{font-size: 18px;}
	.prod_default .prod .p_detail{display: none !important;}
	.prod_default .p_vip {position: relative;float: none !important;clear:both;text-align: left !important;}
	/*分页*/
	/* .prod_default .page_btn a:nth-child(n+5){display: none;} */
}

/*pc*/
#productList_style_01_1527319235450 li{width: 24.333333333333%;}
#productList_style_01_1527319235450 li.prod_Item{margin-bottom:3%;}
@media screen and (max-width: 1024px){/*ipad*/
	#productList_style_01_1527319235450 li{width: 32%;}
	#productList_style_01_1527319235450 li.prod_Item{margin-bottom:2%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#productList_style_01_1527319235450 li{width: 49%;}
	#productList_style_01_1527319235450 li.prod_Item{margin-bottom:2%;}
}

#productList_style_01_1527319235450 .p_detail.pc {display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
#productList_style_01_1527319235450 .p_detail.pad, #productList_style_01_1527319235450 .p_detail.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_01_1527319235450 .p_detail.pad {display:block;}
	#productList_style_01_1527319235450 .p_detail.pc, #productList_style_01_1527319235450 .p_detail.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
	#productList_style_01_1527319235450 .p_detail.mobile {display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
	#productList_style_01_1527319235450 .p_detail.pc, #productList_style_01_1527319235450 .p_detail.pad {display:none;}
	}

#productList_style_01_1527319235450 .p_name.pc {display:block;}
#productList_style_01_1527319235450 .p_name.pad, #productList_style_01_1527319235450 .p_name.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_01_1527319235450 .p_name.pad {display:block;}
	#productList_style_01_1527319235450 .p_name.pc, #productList_style_01_1527319235450 .p_name.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
	#productList_style_01_1527319235450 .p_name.mobile {display:block;}
	#productList_style_01_1527319235450 .p_name.pc, #productList_style_01_1527319235450 .p_name.pad {display:none;}
	}

.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
	#image_style_01_1527501315515 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1527501315515 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1527501315515 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1527501315515 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
	#image_style_01_1527322263479 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1527322263479 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1527322263479 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1527322263479 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

	#image_style_01_1527324302324 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1527324302324 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1527324302324 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1527324302324 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

	#image_style_01_1527324307507 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1527324307507 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1527324307507 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1527324307507 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

	#image_style_01_1527324313447 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1527324313447 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1527324313447 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1527324313447 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
/*新闻列表样式*/
.boxNewsListStyle_4{width:100%; clear: both;}
.boxNewsListStyle_4 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.boxNewsListStyle_4 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.boxNewsListStyle_4 .sumary_list{list-style:none; background:#fff;}
.boxNewsListStyle_4 .sumary_list .newPic{width:100%; min-width:100px; overflow:hidden; position:relative; box-sizing:border-box; background: #eee;}
.boxNewsListStyle_4 .sumary_list .newPic img{position:absolute; top:0; left:0; width:100%;}
.boxNewsListStyle_4 .sumary_list .newPic .zTm{margin-top:100%;}
.boxNewsListStyle_4 .sumary_list .newCont{width:100%;}
.boxNewsListStyle_4 .sumary_list .newCont .newTitle{width:100%;}
.boxNewsListStyle_4 .sumary_list .newName{}
.boxNewsListStyle_4 .sumary_list .newName a{text-decoration:none; color: #333; line-height:1.1; font-size:14px; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; margin: 10px 0;}
.boxNewsListStyle_4 .sumary_list .newName a:hover{}
.boxNewsListStyle_4 .sumary_list .newB{width:100%; line-height:2; padding-top: 5px;}
.boxNewsListStyle_4 .sumary_list .newSort{color:#fff; background-color: #498D9C; font-size:12px; white-space: nowrap; padding:.5em 1em; margin-right:5px;}
.boxNewsListStyle_4 .sumary_list .newsTime{text-align:right;color:#666; font-size:14px; white-space:nowrap;}
.boxNewsListStyle_4 .sumary_list .newsTime span{white-space: nowrap;}
.boxNewsListStyle_4 .sumary_list .newsTime span.nTime{display:none;}
.boxNewsListStyle_4 .sumary_list .newDetail{width:100%; margin:0; color:#999; font-size:12px; line-height:1.6;/* display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;*/ border-bottom:1px solid #eee; padding-bottom: 6px;}
.boxNewsListStyle_4 .sumary_list .show_all{width:100%; margin-top:.5em;}
.boxNewsListStyle_4 .sumary_list .show_all a{display:block; margin-top:.4em; text-decoration:none; border:1px solid #ddd; text-align:center; padding:.4em; font-size:12px;  color:#666; }
/*分页*/
.boxNewsListStyle_4 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.boxNewsListStyle_4 .page_btn a{display: inline-block; color: #333; box-sizing: border-box; margin: 0 5px; width: 24px; height: 24px; line-height: 24px; border: 1px solid #ccc; font-family: 'microsoft YaHei';}
.boxNewsListStyle_4 .page_btn a.cur,.boxNewsListStyle_4 .page_btn a:hover{border:1px solid #4c4c4c;}
.boxNewsListStyle_4 .prev_btn,.boxNewsListStyle_4 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.boxNewsListStyle_4 .no_page{border: 0 !important;}

@media screen and (max-width:768px){
/*分页*/
.boxNewsListStyle_4 .page_btn a:nth-child(n+5){display: none;}
.boxNewsListStyle_4 .page_btn a:nth-last-child(1),.boxNewsListStyle_4 .page_btn a:nth-last-child(2),.boxNewsListStyle_4 .page_btn a:nth-last-child(3){display: inline-block !important;}
}
	#newsList_style_04_1527321763114 .newDetail.pc {display:block;}
	#newsList_style_04_1527321763114 .newDetail.pad, #newsList_style_04_1527321763114 .newDetail.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
		#newsList_style_04_1527321763114 .newDetail.pad {display:block;}
		#newsList_style_04_1527321763114 .newDetail.pc, #newsList_style_04_1527321763114 .newDetail.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
		#newsList_style_04_1527321763114 .newDetail.mobile {display:block;}
		#newsList_style_04_1527321763114 .newDetail.pc, #newsList_style_04_1527321763114 .newDetail.pad {display:none;}
	}

/*pc*/
#newsList_style_04_1527321763114 li{width: 23.5%;}
#newsList_style_04_1527321763114 li.sumary_list{margin-bottom:2%;}
@media screen and (max-width: 1024px){/*ipad*/
	#newsList_style_04_1527321763114 li{width: 23.5%;}
	#newsList_style_04_1527321763114 li.sumary_list{margin-bottom:2%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#newsList_style_04_1527321763114  li{width: 49%;}
	#newsList_style_04_1527321763114  li.sumary_list{margin-bottom:2%;}
}

@media screen and (min-width: 1025px) {
}
@media screen and (min-width: 640px) and (max-width: 1024) {
}

	#image_style_01_1522217102409 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522217102409 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1522217102409 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1522217102409 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

	#image_style_01_1522217157735 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522217157735 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1522217157735 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1522217157735 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

	#image_style_01_1522217308456 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522217308456 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1522217308456 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1522217308456 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

	#image_style_01_1522217340400 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522217340400 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1522217340400 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1522217340400 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
/*菜单样式*/
.menuStyle_1{width:100%; position:relative;}
.menuStyle_1 *{transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -webkit-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -moz-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -o-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; box-sizing: border-box;}
.menuStyle_1 .dflex{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.menuStyle_1 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_1 ul,.menuStyle_1 li{padding:0;margin:0px;list-style:none}
.menuStyle_1 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_1 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_1 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_1 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_1 .menuUl li{position:relative;}
.menuStyle_1 .menuUl li>a{text-decoration:none; color:#4d5158;font-size:14px;height:44px; box-sizing:border-box; line-height:44px;display:block;text-align:center; letter-spacing:normal; white-space:nowrap; padding: 0 1em\0;}
.menuStyle_1 .menuUl li>a:hover{color:#f90}
.menuStyle_1 .menuUl #hot > a{color:#f90;}
.menuStyle_1 .menuLayout .miniMenu{display:none;}
.menuStyle_1 .menuUl02 {opacity: 0; display: none; position: absolute; left: 50%; height: 0; transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0);}
.menuStyle_1 .menuUl .rflex:hover .menuUl02 {opacity: 1; display: block; height: auto;}
.menuStyle_1 .menuUl02 .subMenu02 { float: none;}
.menuStyle_1 .menuUl02 .subMenu02 a { color: #333; width: 130px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding: 0 15px;}
.menuStyle_1 .menuUl02 .subMenu02 a:hover {}
.menuStyle_1 .rflex { position: relative;}




@media screen and (max-width:640px) {
.menuStyle_1 .menuUl,.menuStyle_1 .menuUl_box {display:none;}
.menuStyle_1 .menuScroll{height: 84%; height: 84vh; width: 100%;}
.menuStyle_1 .menuScroll>.menuUlCopy{width: calc(100% + 18px); height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_1 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_1 .miniMenu .leftBox .sidebar{font-size:28px; line-height:44px; font-weight:normal;cursor:pointer;color:#4d5158; position:absolute; top:0; right:0px; width:44px; text-align:center;}
.menuStyle_1 .miniMenu .leftBox .nav{width:100%; height:44px;}
.menuStyle_1 .miniMenu .leftBox .menuUlCopy{padding:15px 0 15px 30px;}
.menuStyle_1 .miniMenu .leftBox .menuUlCopy li{width:100%; }
.menuStyle_1 .miniMenu .leftBox .menuUlCopy li a{width:100%; display:block; text-align:left;color:#fff; border-bottom:1px solid rgba(255,255,255,.2); text-decoration:none; font-size:16px; line-height:44px; white-space: nowrap;
overflow: hidden; text-overflow: ellipsis;} 
.menuStyle_1 .menuLayout .miniMenu.Mslide{height:100% !important; height:100vh !important; background:rgba(0,0,0,.85); position: fixed; width: 100%; top: 0; left: 0;}
.menuStyle_1 .menuLayout .miniMenu.Mslide .sidebar{color:#fff;}
.menuStyle_1 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}
